net.entropysoft.transmorph.signature
Class FullTypeSignature
java.lang.Object
net.entropysoft.transmorph.signature.TypeSignature
net.entropysoft.transmorph.signature.FullTypeSignature
- Direct Known Subclasses:
- FieldTypeSignature, PrimitiveTypeSignature
public abstract class FullTypeSignature
- extends TypeSignature
Signature for type (primitive, array or class)
This class is thread-safe
- Author:
- Cedric Chabanois (cchabanois at gmail.com)
|
Method Summary |
String |
getSignature()
get the signature using the "Internal Form of Fully Qualified Name" |
FullTypeSignature
public FullTypeSignature()
getSignature
public String getSignature()
- Description copied from class:
TypeSignature
- get the signature using the "Internal Form of Fully Qualified Name"
- Specified by:
getSignature in class TypeSignature
- Returns:
Copyright © 2008-2010 EntropySoft. All Rights Reserved.