Package | Description |
---|---|
org.jboss.jca.validator |
This package contains the specification validator module
|
Modifier and Type | Method and Description |
---|---|
Key |
ValidateClass.getKey()
Get the key
|
Key |
Validate.getKey()
Get the key
|
static Key |
Key.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.
|
Constructor and Description |
---|
ValidateClass(Key key,
Class<?> clazz)
Constructor
|
ValidateClass(Key key,
Class<?> clazz,
List<? extends ConfigProperty> configProperties)
Constructor
|
ValidateClass(Key key,
String className,
ClassLoader cl,
List<? extends ConfigProperty> configProperties)
Constructor
|
ValidateObject(Key key,
Object object)
Constructor
|
ValidateObject(Key key,
Object object,
List<? extends ConfigProperty> configProperties)
Constructor
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.