public static interface NamingStrategy.UnnamedType
Modifier and Type | Method and Description |
---|---|
ClassFileVersion |
getClassFileVersion()
Returns the class file version of this unnamed type.
|
Collection<TypeDescription> |
getDeclaredInterfaces()
Returns a collection of descriptions of this unnamed type's directly implemented interfaces.
|
TypeDescription |
getSuperClass()
Returns this unnamed type's super class.
|
SyntheticState |
getSyntheticState()
Returns the manifestation of this unnamed type.
|
TypeManifestation |
getTypeManifestation()
Returns the manifestation of this unnamed type.
|
Visibility |
getVisibility()
Returns the visibility of this unnamed type.
|
TypeDescription getSuperClass()
Collection<TypeDescription> getDeclaredInterfaces()
Visibility getVisibility()
TypeManifestation getTypeManifestation()
SyntheticState getSyntheticState()
ClassFileVersion getClassFileVersion()
Copyright © 2014. All rights reserved.