Uses of Class
org.keycloak.models.utils.reflection.TypedPropertyCriteria.MatchOption
-
Packages that use TypedPropertyCriteria.MatchOption Package Description org.keycloak.models.utils.reflection -
-
Uses of TypedPropertyCriteria.MatchOption in org.keycloak.models.utils.reflection
Methods in org.keycloak.models.utils.reflection that return TypedPropertyCriteria.MatchOption Modifier and Type Method Description static TypedPropertyCriteria.MatchOptionTypedPropertyCriteria.MatchOption. valueOf(String name)Returns the enum constant of this type with the specified name.static TypedPropertyCriteria.MatchOption[]TypedPropertyCriteria.MatchOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.keycloak.models.utils.reflection with parameters of type TypedPropertyCriteria.MatchOption Constructor Description TypedPropertyCriteria(Class<?> propertyClass, TypedPropertyCriteria.MatchOption matchOption)
-