Uses of Class
nl.basjes.parse.useragent.utils.springframework.core.ResolvableType
Packages that use ResolvableType
-
Uses of ResolvableType in nl.basjes.parse.useragent.utils.springframework.core
Fields in nl.basjes.parse.useragent.utils.springframework.core declared as ResolvableTypeModifier and TypeFieldDescriptionstatic final ResolvableTypeResolvableType.NONEResolvableTypereturned when no value is available.Methods in nl.basjes.parse.useragent.utils.springframework.core that return ResolvableTypeModifier and TypeMethodDescriptionReturn this type as a {link ResolvableType} of the specified class.static ResolvableTypeReturn a {link ResolvableType} for the specified {link Class}, using the full generic type information for assignability checks.static ResolvableTypeResolvableType.forType(Type type, ResolvableType owner) Return a {link ResolvableType} for the specified {link Type} backed by the given owner type.ResolvableType.getComponentType()Return the ResolvableType representing the component type of the array or {link #NONE} if this type does not represent an array.ResolvableType.getGenerics()Return an array of {link ResolvableType ResolvableTypes} representing the generic parameters of this type.ResolvableType.getInterfaces()Return a {link ResolvableType} array representing the direct interfaces implemented by this type.ResolvableType.getSuperType()Return a {link ResolvableType} representing the direct supertype of this type.Methods in nl.basjes.parse.useragent.utils.springframework.core with parameters of type ResolvableTypeModifier and TypeMethodDescriptionstatic ResolvableTypeResolvableType.forType(Type type, ResolvableType owner) Return a {link ResolvableType} for the specified {link Type} backed by the given owner type.