JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
R
S
T
C
CallStack
- Class in
io.devcon5.classutils
Helper class for operations on the call stack Created by Gerald Muecke on 26.11.2015.
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.
currentMethod()
- Static method in class io.devcon5.classutils.
CallStack
Returns a reference to a method that was last invoked on a target object which has been enhanced for method recording.
G
getCallerClass()
- Static method in class io.devcon5.classutils.
CallStack
Returns the caller class of the calling method.
For example:
A.calling() -> B.called() B.called() -> getCallerClass(): A
If a thread context classloader is defined, it will be used for loading the class, otherwise the default class loader is used.
I
io.devcon5.classutils
- package io.devcon5.classutils
R
resolve(String)
- Method in class io.devcon5.classutils.
ResourceResolver
Resolves a URL of the resource specified.
resolve(String, Class)
- Method in class io.devcon5.classutils.
ResourceResolver
Resolves a URL of the resource specified using the provided class as hint to start the search.
ResourceResolver
- Class in
io.devcon5.classutils
A resolver to locate resources on the local classpath.
ResourceResolver()
- Constructor for class io.devcon5.classutils.
ResourceResolver
Creates a new ResourceResolver that doesn't fail if the resource is missing.
ResourceResolver(boolean)
- Constructor for class io.devcon5.classutils.
ResourceResolver
Creates a new ResourceResolver that will fail with an
AssertionError
if the resource can not be located.
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.
track(T)
- Static method in class io.devcon5.classutils.
CallStack
Enhances the target object to track the invocation of methods of the target.
TypeConverter
- Class in
io.devcon5.classutils
A converter for converting string values into primitive types.
C
G
I
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016
DevCon5 GmbH
. All rights reserved.