Uses of Interface
org.openjdk.jmh.generators.core.FieldInfo
-
Packages that use FieldInfo Package Description org.openjdk.jmh.generators.annotations org.openjdk.jmh.generators.asm org.openjdk.jmh.generators.core org.openjdk.jmh.generators.reflection -
-
Uses of FieldInfo in org.openjdk.jmh.generators.annotations
Classes in org.openjdk.jmh.generators.annotations that implement FieldInfo Modifier and Type Class Description (package private) class
APFieldInfo
Methods in org.openjdk.jmh.generators.annotations that return types with arguments of type FieldInfo Modifier and Type Method Description java.util.Collection<FieldInfo>
APClassInfo. getFields()
-
Uses of FieldInfo in org.openjdk.jmh.generators.asm
Classes in org.openjdk.jmh.generators.asm that implement FieldInfo Modifier and Type Class Description (package private) class
ASMFieldInfo
Fields in org.openjdk.jmh.generators.asm with type parameters of type FieldInfo Modifier and Type Field Description private java.util.List<FieldInfo>
ASMClassInfo. fields
Methods in org.openjdk.jmh.generators.asm that return types with arguments of type FieldInfo Modifier and Type Method Description java.util.Collection<FieldInfo>
ASMClassInfo. getFields()
-
Uses of FieldInfo in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core with type parameters of type FieldInfo Modifier and Type Field Description Multimap<java.lang.String,FieldInfo>
StateObject. params
Methods in org.openjdk.jmh.generators.core that return types with arguments of type FieldInfo Modifier and Type Method Description static java.util.Collection<FieldInfo>
BenchmarkGeneratorUtils. getAllFields(ClassInfo ci)
java.util.Collection<FieldInfo>
ClassInfo. getFields()
static <T extends java.lang.annotation.Annotation>
java.util.Collection<FieldInfo>BenchmarkGeneratorUtils. getFieldsAnnotatedWith(GeneratorSource source, java.lang.Class<T> annClass)
java.util.Collection<FieldInfo>
StateObject. getParam(java.lang.String name)
Methods in org.openjdk.jmh.generators.core with parameters of type FieldInfo Modifier and Type Method Description void
StateObject. addParam(FieldInfo fieldInfo)
static void
BenchmarkGeneratorUtils. checkAnnotations(FieldInfo fi)
private void
StateObjectHandler. checkParam(FieldInfo fi)
java.lang.String
StateObject. getParamAccessor(FieldInfo paramField)
private boolean
StateObjectHandler. isParamValueConforming(FieldInfo fi, java.lang.String val, ClassInfo type)
private static java.lang.String[]
BenchmarkGeneratorUtils. toParameterValues(FieldInfo fi)
Gets the parameter values to be used for this field. -
Uses of FieldInfo in org.openjdk.jmh.generators.reflection
Classes in org.openjdk.jmh.generators.reflection that implement FieldInfo Modifier and Type Class Description (package private) class
RFFieldInfo
Methods in org.openjdk.jmh.generators.reflection that return types with arguments of type FieldInfo Modifier and Type Method Description java.util.Collection<FieldInfo>
RFClassInfo. getFields()
-