Uses of Class
org.springframework.social.google.api.plus.AgeRange
-
Packages that use AgeRange Package Description org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl -
-
Uses of AgeRange in org.springframework.social.google.api.plus
Methods in org.springframework.social.google.api.plus that return AgeRange Modifier and Type Method Description static AgeRangeAgeRange. fromMinMax(Integer min, Integer max)Constructs an AgeRange from the min/max age values.AgeRangePerson. getAgeRange()static AgeRangeAgeRange. valueOf(String name)Returns the enum constant of this type with the specified name.static AgeRange[]AgeRange. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgeRange in org.springframework.social.google.api.plus.impl
Methods in org.springframework.social.google.api.plus.impl that return AgeRange Modifier and Type Method Description AgeRangeAgeRangeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-