Package org.cxbox.constgen
Class DtoField<D,T>
java.lang.Object
org.cxbox.constgen.DtoField<D,T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DtoField
-
DtoField
@Deprecated(since="4.0.0-M12", forRemoval=true) public DtoField(@NonNull @NonNull String name, Class<?> valueClazz) Deprecated, for removal: This API element is subject to removal in a future version.instead use type safe.DtoField(String, Function, Class)
-
-
Method Details
-
getValue
-
getName
-
getGetter
-
getValueClazz
-
.DtoField(String, Function, Class)