public class PropertyContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyContext.PropertyContextOrder |
| Constructor and Description |
|---|
PropertyContext(com.google.gwt.core.ext.typeinfo.TypeOracle typeOracle,
PropertySource propertySource,
Map<name.pehl.piriti.rebind.property.PropertyAccess,String> access,
ReferenceType referenceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<name.pehl.piriti.rebind.property.PropertyAccess,String> |
getAccess() |
String |
getCallableGetterName() |
String |
getCallableSetterName() |
List<com.google.gwt.core.ext.typeinfo.JClassType> |
getConcreteTypes() |
String |
getConverter() |
com.google.gwt.core.ext.typeinfo.JType |
getElementType() |
String |
getFormat() |
String |
getGetter() |
String |
getInstanceCreator() |
String |
getName() |
String |
getPath() |
String |
getPathOrName() |
ReferenceType |
getReferenceType() |
String |
getSetter() |
Templates |
getTemplates() |
com.google.gwt.core.ext.typeinfo.JType |
getType() |
Variables |
getVariables() |
name.pehl.totoe.commons.client.WhitespaceHandling |
getWhitespaceHandling() |
int |
hashCode() |
boolean |
hasPath() |
boolean |
isAccessibleField() |
boolean |
isCallableGetter() |
boolean |
isCallableSetter() |
boolean |
isJsonPath()
|
boolean |
isNative() |
boolean |
isXpath()
Return
true if the path contains #PATH_SYMBOLS,
false otherwise. |
String |
toString() |
public PropertyContext(com.google.gwt.core.ext.typeinfo.TypeOracle typeOracle,
PropertySource propertySource,
Map<name.pehl.piriti.rebind.property.PropertyAccess,String> access,
ReferenceType referenceType)
public com.google.gwt.core.ext.typeinfo.JType getType()
public com.google.gwt.core.ext.typeinfo.JType getElementType()
public List<com.google.gwt.core.ext.typeinfo.JClassType> getConcreteTypes()
public String getName()
public String getPath()
public boolean hasPath()
public String getPathOrName()
public boolean isJsonPath()
path - true if the path contains JSON_PATH_SYMBOLS
, false otherwise.public boolean isXpath()
true if the path contains #PATH_SYMBOLS,
false otherwise.path - true if the path contains #PATH_SYMBOLS ,
false otherwise.public String getConverter()
public String getFormat()
public name.pehl.totoe.commons.client.WhitespaceHandling getWhitespaceHandling()
public boolean isNative()
public String getInstanceCreator()
public String getGetter()
public String getSetter()
public boolean isAccessibleField()
public boolean isCallableGetter()
public String getCallableGetterName()
public boolean isCallableSetter()
public String getCallableSetterName()
public ReferenceType getReferenceType()
public Variables getVariables()
public Templates getTemplates()
Copyright © 2012 Harald Pehl. All Rights Reserved.