public class SimpleDateFormatObjectDescription extends BeanObjectDescription
SimpleDateFormat object.| Constructor and Description |
|---|
SimpleDateFormatObjectDescription()
Creates a new object description.
|
SimpleDateFormatObjectDescription(Class className)
Creates a new object description.
|
SimpleDateFormatObjectDescription(Class className,
boolean init)
Creates a new object description.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject()
Creates an object based on this description.
|
void |
setParameterFromObject(Object o)
Sets the parameters of this description object to match the supplied object.
|
ignoreParameter, isParameterIgnoredconfigure, convertPrimitiveClass, equals, getConfig, getDefinedParameterNames, getInstance, getObjectClass, getParameter, getParameterDefinition, getParameterNames, getUnconfiguredInstance, hashCode, setParameter, setParameterDefinitionpublic SimpleDateFormatObjectDescription()
public SimpleDateFormatObjectDescription(Class className)
className - the class.public SimpleDateFormatObjectDescription(Class className, boolean init)
className - the class.init - initialise?public void setParameterFromObject(Object o) throws ObjectFactoryException
setParameterFromObject in interface ObjectDescriptionsetParameterFromObject in class BeanObjectDescriptiono - the object.ObjectFactoryException - if there is a problem while reading the
properties of the given object.public Object createObject()
createObject in interface ObjectDescriptioncreateObject in class BeanObjectDescriptionCopyright © 2009-2012 jtstand.com. All Rights Reserved.