Uses of Class
dev.jcputney.elearning.parser.input.common.PercentType
Packages that use PercentType
-
Uses of PercentType in dev.jcputney.elearning.parser.input.common
Methods in dev.jcputney.elearning.parser.input.common that return PercentTypeModifier and TypeMethodDescriptionPercentTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) Deserializes a JSON string into a PercentType object.static PercentTypeParses a string as a PercentType.Methods in dev.jcputney.elearning.parser.input.common with parameters of type PercentTypeModifier and TypeMethodDescriptionvoidPercentTypeSerializer.serialize(PercentType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) Serializes aPercentTypeobject into its JSON string representation.