Uses of Interface
io.github.grumpystuff.grumpyjson.deserialize.CustomJsonDeserializer.DeserializerBody
Packages that use CustomJsonDeserializer.DeserializerBody
-
Uses of CustomJsonDeserializer.DeserializerBody in io.github.grumpystuff.grumpyjson.deserialize
Methods in io.github.grumpystuff.grumpyjson.deserialize with parameters of type CustomJsonDeserializer.DeserializerBodyModifier and TypeMethodDescriptionstatic <T> JsonDeserializerCustomJsonDeserializer.from(Class<T> clazz, CustomJsonDeserializer.DeserializerBody<T> body) Builds a deserializer for a single class type from a code body.