Uses of Class
org.jboss.jca.validator.Key
-
Packages that use Key Package Description org.jboss.jca.validator This package contains the specification validator module -
-
Uses of Key in org.jboss.jca.validator
Methods in org.jboss.jca.validator that return Key Modifier and Type Method Description KeyValidate. getKey()Get the keyKeyValidateClass. getKey()Get the keystatic KeyKey. valueOf(String name)Returns the enum constant of this type with the specified name.static Key[]Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.jca.validator with parameters of type Key Constructor Description ValidateClass(Key key, Class<?> clazz)ConstructorValidateClass(Key key, Class<?> clazz, List<? extends ConfigProperty> configProperties)ConstructorValidateClass(Key key, String className, ClassLoader cl, List<? extends ConfigProperty> configProperties)ConstructorValidateObject(Key key, Object object)ConstructorValidateObject(Key key, Object object, List<? extends ConfigProperty> configProperties)Constructor
-