Package com.tngtech.archunit.core.domain
Class JavaStaticInitializer
- java.lang.Object
-
- com.tngtech.archunit.core.domain.JavaMember
-
- com.tngtech.archunit.core.domain.JavaCodeUnit
-
- com.tngtech.archunit.core.domain.JavaStaticInitializer
-
- All Implemented Interfaces:
HasDescription,CanBeAnnotated,HasAnnotations,HasDescriptor,HasModifiers,HasName,HasName.AndFullName,HasOwner<JavaClass>,HasParameterTypes,HasReturnType,HasSourceCodeLocation,HasThrowsClause<JavaCodeUnit>
public class JavaStaticInitializer extends JavaCodeUnit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tngtech.archunit.core.domain.JavaCodeUnit
JavaCodeUnit.Functions, JavaCodeUnit.Predicates
-
Nested classes/interfaces inherited from interface com.tngtech.archunit.core.domain.properties.CanBeAnnotated
CanBeAnnotated.Utils
-
Nested classes/interfaces inherited from interface com.tngtech.archunit.core.domain.properties.HasName
HasName.AndFullName
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTATIC_INITIALIZER_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<? extends JavaAccess<?>>getAccessesToSelf()java.lang.StringgetDescription()ThrowsClause<JavaStaticInitializer>getThrowsClause()java.lang.reflect.Memberreflect()Resolves the respectiveMemberfrom the classpath.
NOTE: This method will throw an exception, if the owningClassor any of its dependencies can't be found on the classpath.-
Methods inherited from class com.tngtech.archunit.core.domain.JavaCodeUnit
getAccessesFromSelf, getCallsFromSelf, getConstructorCallsFromSelf, getExceptionTypes, getFieldAccesses, getFullName, getMethodCallsFromSelf, getParameters, getRawParameterTypes, getRawReturnType, getReturnType, isConstructor
-
Methods inherited from class com.tngtech.archunit.core.domain.JavaMember
getAnnotationOfType, getAnnotationOfType, getAnnotations, getDescriptor, getModifiers, getName, getOwner, getSourceCodeLocation, isAnnotatedWith, isAnnotatedWith, isAnnotatedWith, isMetaAnnotatedWith, isMetaAnnotatedWith, isMetaAnnotatedWith, toString, tryGetAnnotationOfType, tryGetAnnotationOfType
-
-
-
-
Field Detail
-
STATIC_INITIALIZER_NAME
@PublicAPI(usage=ACCESS) public static final java.lang.String STATIC_INITIALIZER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccessesToSelf
@PublicAPI(usage=ACCESS) public java.util.Set<? extends JavaAccess<?>> getAccessesToSelf()
- Specified by:
getAccessesToSelfin classJavaMember
-
reflect
@PublicAPI(usage=ACCESS) public java.lang.reflect.Member reflect()
Description copied from class:JavaMemberResolves the respectiveMemberfrom the classpath.
NOTE: This method will throw an exception, if the owningClassor any of its dependencies can't be found on the classpath.- Specified by:
reflectin classJavaMember- Returns:
- The
Memberequivalent to thisJavaMember
-
getDescription
@PublicAPI(usage=ACCESS) public java.lang.String getDescription()
-
getThrowsClause
@PublicAPI(usage=ACCESS) public ThrowsClause<JavaStaticInitializer> getThrowsClause()
- Specified by:
getThrowsClausein interfaceHasThrowsClause<JavaCodeUnit>- Specified by:
getThrowsClausein classJavaCodeUnit
-
-