Skip navigation links
B C D E F H I K L M O T V W 

B

build() - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo.Builder
build() - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo.Builder
Builds a new ImmutableListTypeInfo.
build() - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo.Builder
Builds a new ImmutableMapTypeInfo.
build() - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo.Builder
builder() - Static method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Creates a builder for ImmutableClassTypeInfo.
builder() - Static method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Creates a builder for ImmutableListTypeInfo.
builder() - Static method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Creates a builder for ImmutableMapTypeInfo.
builder() - Static method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Creates a builder for ImmutableOptionalTypeInfo.

C

cast(Object) - Method in class de.flapdoodle.commons.reflection.ClassTypeInfo
 
cast(Object) - Method in class de.flapdoodle.commons.reflection.ListTypeInfo
 
cast(Object) - Method in class de.flapdoodle.commons.reflection.MapTypeInfo
 
cast(Object) - Method in class de.flapdoodle.commons.reflection.OptionalTypeInfo
 
cast(Object) - Method in interface de.flapdoodle.commons.reflection.TypeInfo
 
castIfNotNull(Object) - Method in interface de.flapdoodle.commons.reflection.TypeInfo
 
ClassTypeInfo<T> - Class in de.flapdoodle.commons.reflection
 
ClassTypeInfo() - Constructor for class de.flapdoodle.commons.reflection.ClassTypeInfo
 
copyOf(ClassTypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Creates an immutable copy of a ClassTypeInfo value.
copyOf(ListTypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Creates an immutable copy of a ListTypeInfo value.
copyOf(MapTypeInfo<K, V>) - Static method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Creates an immutable copy of a MapTypeInfo value.
copyOf(OptionalTypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Creates an immutable copy of a OptionalTypeInfo value.

D

de.flapdoodle.commons.reflection - package de.flapdoodle.commons.reflection
 

E

elements(TypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo.Builder
Initializes the value for the elements attribute.
elements() - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
 
elements() - Method in class de.flapdoodle.commons.reflection.ListTypeInfo
 
equals(Object) - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
This instance is equal to all instances of ImmutableClassTypeInfo that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
This instance is equal to all instances of ImmutableListTypeInfo that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
This instance is equal to all instances of ImmutableMapTypeInfo that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
This instance is equal to all instances of ImmutableOptionalTypeInfo that have equal attribute values.

F

from(ClassTypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo.Builder
Fill a builder with attribute values from the provided ClassTypeInfo instance.
from(ListTypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo.Builder
Fill a builder with attribute values from the provided ListTypeInfo instance.
from(MapTypeInfo<K, V>) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo.Builder
Fill a builder with attribute values from the provided MapTypeInfo instance.
from(OptionalTypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo.Builder
Fill a builder with attribute values from the provided OptionalTypeInfo instance.

H

hashCode() - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Computes a hash code from attributes: type.
hashCode() - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Computes a hash code from attributes: elements.
hashCode() - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Computes a hash code from attributes: key, value.
hashCode() - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Computes a hash code from attributes: value.

I

ifInstance(Object) - Method in interface de.flapdoodle.commons.reflection.TypeInfo
 
ImmutableClassTypeInfo<T> - Class in de.flapdoodle.commons.reflection
Immutable implementation of ClassTypeInfo.
ImmutableClassTypeInfo.Builder<T> - Class in de.flapdoodle.commons.reflection
Builds instances of type ImmutableClassTypeInfo.
ImmutableListTypeInfo<T> - Class in de.flapdoodle.commons.reflection
Immutable implementation of ListTypeInfo.
ImmutableListTypeInfo.Builder<T> - Class in de.flapdoodle.commons.reflection
Builds instances of type ImmutableListTypeInfo.
ImmutableMapTypeInfo<K,V> - Class in de.flapdoodle.commons.reflection
Immutable implementation of MapTypeInfo.
ImmutableMapTypeInfo.Builder<K,V> - Class in de.flapdoodle.commons.reflection
Builds instances of type ImmutableMapTypeInfo.
ImmutableOptionalTypeInfo<T> - Class in de.flapdoodle.commons.reflection
Immutable implementation of OptionalTypeInfo.
ImmutableOptionalTypeInfo.Builder<T> - Class in de.flapdoodle.commons.reflection
Builds instances of type ImmutableOptionalTypeInfo.
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.commons.reflection.ClassTypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.commons.reflection.ListTypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.commons.reflection.MapTypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.commons.reflection.OptionalTypeInfo
 
isAssignable(TypeInfo<?>) - Method in interface de.flapdoodle.commons.reflection.TypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.commons.reflection.ClassTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.commons.reflection.ListTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.commons.reflection.MapTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.commons.reflection.OptionalTypeInfo
 
isInstance(Object) - Method in interface de.flapdoodle.commons.reflection.TypeInfo
 

K

key(TypeInfo<K>) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo.Builder
Initializes the value for the key attribute.
key() - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
 
key() - Method in class de.flapdoodle.commons.reflection.MapTypeInfo
 

L

listOf(TypeInfo<T>) - Static method in interface de.flapdoodle.commons.reflection.TypeInfo
 
ListTypeInfo<T> - Class in de.flapdoodle.commons.reflection
 
ListTypeInfo() - Constructor for class de.flapdoodle.commons.reflection.ListTypeInfo
 

M

mapOf(TypeInfo<K>, TypeInfo<V>) - Static method in interface de.flapdoodle.commons.reflection.TypeInfo
 
MapTypeInfo<K,V> - Class in de.flapdoodle.commons.reflection
 
MapTypeInfo() - Constructor for class de.flapdoodle.commons.reflection.MapTypeInfo
 

O

of(Class<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Construct a new immutable ClassTypeInfo instance.
of(TypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Construct a new immutable ListTypeInfo instance.
of(TypeInfo<K>, TypeInfo<V>) - Static method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Construct a new immutable MapTypeInfo instance.
of(TypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Construct a new immutable OptionalTypeInfo instance.
of(TypeInfo<T>) - Static method in class de.flapdoodle.commons.reflection.OptionalTypeInfo
 
of(Class<T>) - Static method in interface de.flapdoodle.commons.reflection.TypeInfo
 
optionalOf(TypeInfo<T>) - Static method in interface de.flapdoodle.commons.reflection.TypeInfo
 
OptionalTypeInfo<T> - Class in de.flapdoodle.commons.reflection
 
OptionalTypeInfo() - Constructor for class de.flapdoodle.commons.reflection.OptionalTypeInfo
 

T

toString() - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Prints the immutable value ClassTypeInfo with attribute values.
toString() - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Prints the immutable value ListTypeInfo with attribute values.
toString() - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Prints the immutable value MapTypeInfo with attribute values.
toString() - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Prints the immutable value OptionalTypeInfo with attribute values.
type() - Method in class de.flapdoodle.commons.reflection.ClassTypeInfo
 
type(Class<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo.Builder
Initializes the value for the type attribute.
type() - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
 
TypeInfo<T> - Interface in de.flapdoodle.commons.reflection
 

V

value(TypeInfo<V>) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo.Builder
Initializes the value for the value attribute.
value() - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
 
value(TypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo.Builder
Initializes the value for the value attribute.
value() - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
 
value() - Method in class de.flapdoodle.commons.reflection.MapTypeInfo
 
value() - Method in class de.flapdoodle.commons.reflection.OptionalTypeInfo
 

W

withElements(TypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableListTypeInfo
Copy the current immutable object by setting a value for the elements attribute.
withKey(TypeInfo<K>) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Copy the current immutable object by setting a value for the key attribute.
withType(Class<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableClassTypeInfo
Copy the current immutable object by setting a value for the type attribute.
withValue(TypeInfo<V>) - Method in class de.flapdoodle.commons.reflection.ImmutableMapTypeInfo
Copy the current immutable object by setting a value for the value attribute.
withValue(TypeInfo<T>) - Method in class de.flapdoodle.commons.reflection.ImmutableOptionalTypeInfo
Copy the current immutable object by setting a value for the value attribute.
B C D E F H I K L M O T V W 
Skip navigation links

Copyright © 2026. All rights reserved.