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 StructuredDataType
StructuredDataType.getByFieldName
(String fieldName) Get the structured data type of the specified field.static StructuredDataType
Returns 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 theMap
instance 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.