public static interface NamingStrategy.UnnamedType
Modifier and Type | Method and Description |
---|---|
ClassFileVersion |
getClassFileVersion()
Returns the class format 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.
|
MemberVisibility |
getVisibility()
Returns the visibility of this unnamed type.
|
TypeDescription getSuperClass()
Collection<TypeDescription> getDeclaredInterfaces()
MemberVisibility getVisibility()
TypeManifestation getTypeManifestation()
SyntheticState getSyntheticState()
ClassFileVersion getClassFileVersion()
Copyright © 2014. All rights reserved.