Package net.datafaker.transformations
Class SimpleField<MyObject,MyType>
java.lang.Object
net.datafaker.transformations.SimpleField<MyObject,MyType>
- All Implemented Interfaces:
Field<MyObject,MyType>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSimpleField(String name, Function<MyObject, MyType> transform) protectedSimpleField(String name, Supplier<MyType> supplier) -
Method Summary
-
Constructor Details
-
SimpleField
-
SimpleField
-
-
Method Details