ru.tehkode.permissions.config
Class Configuration.ConfigurationRepresenter

java.lang.Object
  extended by org.yaml.snakeyaml.representer.BaseRepresenter
      extended by org.yaml.snakeyaml.representer.Representer
          extended by ru.tehkode.permissions.config.Configuration.ConfigurationRepresenter
Enclosing class:
Configuration

protected class Configuration.ConfigurationRepresenter
extends org.yaml.snakeyaml.representer.Representer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.yaml.snakeyaml.representer.Representer
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
 
Field Summary
static Pattern BINARY_PATTERN
           
protected  Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags
           
 
Fields inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
defaultFlowStyle, multiRepresenters, nullRepresenter, objectToRepresent, representedObjects, representers
 
Constructor Summary
protected Configuration.ConfigurationRepresenter()
           
 
Method Summary
 org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0, String arg1)
           
 org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
           
protected  org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0, org.yaml.snakeyaml.nodes.Tag arg1)
           
 
Methods inherited from class org.yaml.snakeyaml.representer.Representer
checkGlobalTag, getProperties, representJavaBean, representJavaBeanProperty
 
Methods inherited from class org.yaml.snakeyaml.representer.BaseRepresenter
getDefaultFlowStyle, getPropertyUtils, isExplicitPropertyUtils, represent, representData, representMapping, representScalar, representScalar, representSequence, setDefaultFlowStyle, setDefaultScalarStyle, setPropertyUtils
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classTags

protected Map<Class<? extends Object>,org.yaml.snakeyaml.nodes.Tag> classTags

BINARY_PATTERN

public static Pattern BINARY_PATTERN
Constructor Detail

Configuration.ConfigurationRepresenter

protected Configuration.ConfigurationRepresenter()
Method Detail

getTag

protected org.yaml.snakeyaml.nodes.Tag getTag(Class<?> arg0,
                                              org.yaml.snakeyaml.nodes.Tag arg1)

addClassTag

public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0,
                                                String arg1)

addClassTag

public org.yaml.snakeyaml.nodes.Tag addClassTag(Class<? extends Object> arg0,
                                                org.yaml.snakeyaml.nodes.Tag arg1)


Copyright © 2011. All Rights Reserved.