Package fr.ird.observe.spi
Class DtoModelHelperApplicationComponent
- java.lang.Object
-
- io.ultreia.java4all.application.context.ApplicationComponent<DtoModelHelper>
-
- fr.ird.observe.spi.DtoModelHelperApplicationComponent
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Supplier<DtoModelHelper>
@AutoService(io.ultreia.java4all.application.context.ApplicationComponent.class) @Generated(value="io.ultreia.java4all.application.context.spi.GenerateApplicationComponentProcessor", date="Sat Mar 28 14:06:00 CET 2020") public class DtoModelHelperApplicationComponent extends io.ultreia.java4all.application.context.ApplicationComponent<DtoModelHelper>
-
-
Field Summary
Fields Modifier and Type Field Description static io.ultreia.java4all.application.context.ApplicationComponentSupplier<DtoModelHelper,DtoModelHelperApplicationComponent>INSTANCE
-
Constructor Summary
Constructors Constructor Description DtoModelHelperApplicationComponent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DtoModelHelperApplicationComponentcomponent()static DtoModelHelpervalue()
-
-
-
Field Detail
-
INSTANCE
public static io.ultreia.java4all.application.context.ApplicationComponentSupplier<DtoModelHelper,DtoModelHelperApplicationComponent> INSTANCE
-
-
Method Detail
-
component
public static DtoModelHelperApplicationComponent component()
-
value
public static DtoModelHelper value()
-
-