Skip navigation links
C I S T 

C

ClassStreams - Class in io.devcon5.classutils
Utility class for dealing with classes and streams
convert(String) - Static method in class io.devcon5.classutils.TypeConverter
Creates a new type converter for the given value.

I

io.devcon5.classutils - package io.devcon5.classutils
 

S

selfAndSupertypes(Class) - Static method in class io.devcon5.classutils.ClassStreams
Creates a stream of classes containing the class itself and all its the supertypes (excluding Object.class) of the specified type.
supertypes(Class) - Static method in class io.devcon5.classutils.ClassStreams
Creates a stream of classes representing the supertypes (excluding Object.class) of the specified type.

T

to(Class<T>) - Method in class io.devcon5.classutils.TypeConverter
Converts the underlying string value to a primitive value.
TypeConverter - Class in io.devcon5.classutils
A converter for converting string values into primitive types.
C I S T 
Skip navigation links

Copyright © 2016 DevCon5 GmbH. All rights reserved.