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 samePackage,
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 |
|---|---|
protected abstract FieldAccessor.Accessor |
getAccessor(String beanName,
boolean useMethod,
boolean useJsni,
Object... params) |
FieldAccessor.Accessor |
getAccessor(String beanName,
Object... params) |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> |
getField() |
com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> |
getMethod() |
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 samePackage, 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 com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JField> getField()
public com.google.gwt.thirdparty.guava.common.base.Optional<com.google.gwt.core.ext.typeinfo.JMethod> getMethod()
public FieldAccessor.Accessor getAccessor(String beanName, Object... params)
protected abstract FieldAccessor.Accessor getAccessor(String beanName, boolean useMethod, boolean useJsni, Object... params)
Copyright © 2016. All Rights Reserved.