Class PropertyFactory
- java.lang.Object
-
- com.sun.xml.bind.v2.runtime.property.PropertyFactory
-
public abstract class PropertyFactory extends Object
CreateProperty
objects.- Author:
- Kohsuke Kawaguchi ([email protected])
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Property
create(JAXBContextImpl grammar, RuntimePropertyInfo info)
Creates/obtains a properly configuredProperty
object from the given description.
-
-
-
Method Detail
-
create
public static Property create(JAXBContextImpl grammar, RuntimePropertyInfo info)
Creates/obtains a properly configuredProperty
object from the given description.
-
-