- Type Parameters:
T
- the generic type of the return typeP
- the generic type of the input parameter aka the transformable object
- All Known Subinterfaces:
FileToGenericObject<T>
,TransformableToObject<T,
P>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface
Objectable
provides a single method for transform the given transformable
object to a java object-
Method Summary
-
Method Details
-
toObject
Transforms the given transformable object to a java object- Parameters:
transformable
- the input that will be transformed to the generic java object- Returns:
- the java object
-