public abstract class OptimizedAccessorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static <B,V> Accessor<B,V> |
get(Field field)
Gets the optimized
Accessor that accesses the given field. |
static <B,V> Accessor<B,V> |
get(Method getter,
Method setter)
Gets the optimized
Accessor that accesses the given getter/setter. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.