Package dev.drtheo.autojson
Interface AutoJSON.TemplateCreator<T>
- All Superinterfaces:
BiFunction<SchemaHolder,ParameterizedType, Schema<T>>
- Enclosing class:
- AutoJSON
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface AutoJSON.TemplateCreator<T>
extends BiFunction<SchemaHolder,ParameterizedType,Schema<T>>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply