Uses of Enum Class
com.authlete.hms.StructuredDataType
Packages that use StructuredDataType
-
Uses of StructuredDataType in com.authlete.hms
Subclasses with type arguments of type StructuredDataType in com.authlete.hmsMethods in com.authlete.hms that return StructuredDataTypeModifier and TypeMethodDescriptionstatic StructuredDataTypeStructuredDataType.getByFieldName(String fieldName) Get the structured data type of the specified field.static StructuredDataTypeReturns the enum constant of this class with the specified name.static StructuredDataType[]StructuredDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.authlete.hms that return types with arguments of type StructuredDataTypeModifier and TypeMethodDescriptionComponentValueProvider.getDataTypeMappings()Get theMapinstance that manages additional mappings between field names and their structured data types.Methods in com.authlete.hms with parameters of type StructuredDataTypeModifier and TypeMethodDescriptionComponentValueProvider.addDataTypeMapping(String fieldName, StructuredDataType dataType) Add an additional mapping between a field name and its structured data type.