IterableFieldReflectionExtension<O, T> extension

FieldReflection extension.

on

Methods

toNames() Iterable<String>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Maps to FieldReflection.name.
toTypeReflections() Iterable<TypeReflection>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Maps to TypeReflection.
toTypes() Iterable<Type>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Maps to Type.
whereFinal() Iterable<BasicFieldReflection<O, T>>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Filter by FieldReflection.isFinal.
whereNotStatic() Iterable<FieldReflection<O, T>>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Filter by FieldReflection.isStatic.
whereNullable() Iterable<BasicFieldReflection<O, T>>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Filter by FieldReflection.nullable.
whereStatic() Iterable<StaticFieldReflection<O, T>>

Available on Iterable<BasicFieldReflection<O, T>>, provided by the IterableFieldReflectionExtension extension

Filter by FieldReflection.isStatic.