org.yaml.snakeyaml.introspector
Class MissingProperty

java.lang.Object
  extended by org.yaml.snakeyaml.introspector.Property
      extended by org.yaml.snakeyaml.introspector.MissingProperty
All Implemented Interfaces:
Comparable<Property>

public class MissingProperty
extends Property

A property that does not map to a real property; this is used when PropertyUtils.setSkipMissingProperties(boolean) is set to true.


Constructor Summary
MissingProperty(String name)
           
 
Method Summary
 Object get(Object object)
           
 Class<?>[] getActualTypeArguments()
           
 void set(Object object, Object value)
          Setter does nothing.
 
Methods inherited from class org.yaml.snakeyaml.introspector.Property
compareTo, equals, getName, getType, hashCode, isReadable, isWritable, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingProperty

public MissingProperty(String name)
Method Detail

getActualTypeArguments

public Class<?>[] getActualTypeArguments()
Specified by:
getActualTypeArguments in class Property

set

public void set(Object object,
                Object value)
         throws Exception
Setter does nothing.

Specified by:
set in class Property
Throws:
Exception

get

public Object get(Object object)
Specified by:
get in class Property


Copyright © 2008-2012. All Rights Reserved.