Package dev.drtheo.autojson
Interface SchemaHolder
- All Known Subinterfaces:
JsonAdapter<From,,To> JsonContext,JsonDeserializationContext,JsonSerializationContext,JsonSerializationContext.Array,JsonSerializationContext.Obj,JsonSerializationContext.Primitive
- All Known Implementing Classes:
AutoJSON,JsonStringAdapter,JsonStringBuilder,JsonStringParser
public interface SchemaHolder
-
Method Summary
-
Method Details
-
schema
- Type Parameters:
R- the type that schema supports.- Parameters:
type- the type of the schema.- Returns:
- The schema for the specified type.
-