Groovy Documentation

simplejpa.validation
[Groovy] Class ConverterFactory

java.lang.Object
  groovy.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, onNodeChildren, onNodeCompleted, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, 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

type

public ConverterFactory.TYPE type


 
Constructor Detail

ConverterFactory

ConverterFactory(ConverterFactory.TYPE type)


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

Closure newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


valueOf

ConverterFactory valueOf(String name)
Returns the enum constant of this type with the specified name.


values

ConverterFactory[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation