public abstract class FieldAccessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldAccessor.Accessor |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> |
field |
protected com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
method |
protected String |
propertyName |
| Modifier | Constructor and Description |
|---|---|
protected |
FieldAccessor(String propertyName,
boolean fieldAutoDetect,
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> field,
boolean methodAutoDetect,
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> method) |
| Modifier and Type | Method and Description |
|---|---|
FieldAccessor.Accessor |
getAccessor(String beanName,
boolean samePackage) |
protected abstract FieldAccessor.Accessor |
getAccessor(String beanName,
boolean useMethod,
boolean useJsni) |
protected final String propertyName
protected final com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> field
protected final com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> method
protected FieldAccessor(String propertyName, boolean fieldAutoDetect, com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> field, boolean methodAutoDetect, com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> method)
public FieldAccessor.Accessor getAccessor(String beanName, boolean samePackage)
protected abstract FieldAccessor.Accessor getAccessor(String beanName, boolean useMethod, boolean useJsni)
Copyright © 2014. All Rights Reserved.