Package | Description |
---|---|
org.jboss.errai.codegen.util | |
org.jboss.errai.ioc.rebind.ioc.injector.api |
Modifier and Type | Method and Description |
---|---|
static PrivateAccessType |
PrivateAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateAccessType[] |
PrivateAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrivateAccessUtil.addPrivateAccessStubs(PrivateAccessType accessType,
String type,
ClassStructureBuilder<?> classBuilder,
MetaField f)
Generates methods for accessing a private field using either JSNI or Java
Reflection.
|
static void |
PrivateAccessUtil.addPrivateAccessStubs(PrivateAccessType accessType,
String accessorType,
ClassStructureBuilder<?> classBuilder,
MetaField f,
Modifier[] modifiers)
Generates methods for accessing a private field using either JSNI or Java
Reflection.
|
Modifier and Type | Method and Description |
---|---|
Map<MetaField,PrivateAccessType> |
InjectionContext.getPrivateFieldsToExpose() |
Modifier and Type | Method and Description |
---|---|
void |
InjectionContext.addExposedField(MetaField field,
PrivateAccessType accessType) |
void |
InjectionPoint.ensureMemberExposed(PrivateAccessType accessType) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.