public class PropertyParser extends Object
| Constructor and Description |
|---|
PropertyParser() |
| Modifier and Type | Method and Description |
|---|---|
PropertyMeta |
parse(PropertyParsingContext context) |
protected PropertyMeta |
parseCounterProperty(PropertyParsingContext context) |
protected PropertyMeta |
parseEmbeddedId(PropertyParsingContext context) |
protected PropertyMeta |
parseId(PropertyParsingContext context) |
<V> PropertyMeta |
parseListProperty(PropertyParsingContext context) |
protected <K,V> PropertyMeta |
parseMapProperty(PropertyParsingContext context) |
<V> PropertyMeta |
parseSetProperty(PropertyParsingContext context) |
protected PropertyMeta |
parseSimpleProperty(PropertyParsingContext context) |
public PropertyMeta parse(PropertyParsingContext context)
protected PropertyMeta parseId(PropertyParsingContext context)
protected PropertyMeta parseEmbeddedId(PropertyParsingContext context)
protected PropertyMeta parseSimpleProperty(PropertyParsingContext context)
protected PropertyMeta parseCounterProperty(PropertyParsingContext context)
public <V> PropertyMeta parseListProperty(PropertyParsingContext context)
public <V> PropertyMeta parseSetProperty(PropertyParsingContext context)
protected <K,V> PropertyMeta parseMapProperty(PropertyParsingContext context)
Copyright © 2012-2014. All Rights Reserved.