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) classAPFieldInfoMethods 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) classASMFieldInfoFields in org.openjdk.jmh.generators.asm with type parameters of type FieldInfo Modifier and Type Field Description private java.util.List<FieldInfo>ASMClassInfo. fieldsMethods 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. paramsMethods 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 voidStateObject. addParam(FieldInfo fieldInfo)static voidBenchmarkGeneratorUtils. checkAnnotations(FieldInfo fi)private voidStateObjectHandler. checkParam(FieldInfo fi)java.lang.StringStateObject. getParamAccessor(FieldInfo paramField)private booleanStateObjectHandler. 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) classRFFieldInfoMethods 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()
-