|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
simplejpa.validation.ConverterFactory
class ConverterFactory extends AbstractFactory
| Nested Class Summary | |
|---|---|
static enum |
ConverterFactory.TYPE
|
| Field Summary | |
|---|---|
ConverterFactory.TYPE |
type
|
| Constructor Summary | |
ConverterFactory(ConverterFactory.TYPE type)
|
|
| Method Summary | |
|---|---|
boolean
|
isLeaf()
|
Closure
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
ConverterFactory
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ConverterFactory[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class AbstractFactory | |
|---|---|
| setChild, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setParent, isLeaf, getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, newInstance |
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ConverterFactory.TYPE type
| Constructor Detail |
|---|
ConverterFactory(ConverterFactory.TYPE type)
| Method Detail |
|---|
boolean isLeaf()
Closure newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
ConverterFactory valueOf(String name)
ConverterFactory[] values()
Groovy Documentation