public class RStream
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
clazz()
Get the
Class of the RStream instance |
ConstructorStream |
constructors()
Get the
ConstructorStream of the class |
FieldStream |
fields()
Get the
FieldStream of the class |
java.lang.Object |
instance()
Get the instance of the
RStream instance |
MethodStream |
methods()
Get the
MethodStream of the class |
static RStream |
of(java.lang.Class<?> clazz)
Get a
RStream instance of the given class |
static RStream |
of(java.lang.Class<?> clazz,
java.lang.Object instance)
Get a
RStream instance of the given class and instance |
static RStream |
of(java.lang.Object instance)
Get the
RStream instance of the given instance |
static RStream |
of(java.lang.String className)
Get the
RStream instance of the given class by name |
static RStream |
of(java.lang.String className,
java.lang.Object instance)
Get the
RStream instance of the given class by name and instance |
public static RStream of(java.lang.Class<?> clazz, java.lang.Object instance)
RStream instance of the given class and instancepublic static RStream of(java.lang.String className)
RStream instance of the given class by namepublic static RStream of(java.lang.String className, java.lang.Object instance)
RStream instance of the given class by name and instancepublic static RStream of(java.lang.Object instance)
RStream instance of the given instancepublic java.lang.Class<?> clazz()
Class of the RStream instancepublic java.lang.Object instance()
RStream instancepublic FieldStream fields()
FieldStream of the classpublic MethodStream methods()
MethodStream of the classpublic ConstructorStream constructors()
ConstructorStream of the class