Interface DeserializedIntProperty.ValueFactory<Data>
- Type Parameters:
Data- The deserialized file.
- Enclosing class:
DeserializedIntProperty
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory method used to retrieve a value from a deserialized file.
-
Method Summary
-
Method Details
-
create
Retrieves a value from a deserialized file.- Parameters:
data- The deserialized file- Returns:
- The value
-