public class ClassName extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
_checksum |
protected String |
_dottedBase |
protected String |
_dottedName |
protected String |
_slashedBase |
protected String |
_slashedName |
static String |
TEMPLATE_SUFFIX |
Modifier and Type | Method and Description |
---|---|
protected static long |
adler32(byte[] data) |
void |
assignChecksum(byte[] data) |
static ClassName |
constructFor(Class<?> baseClass,
String suffix) |
protected static String |
dotsToSlashes(String className) |
String |
getDottedBase() |
String |
getDottedName() |
String |
getDottedTemplate() |
String |
getSlashedBase() |
String |
getSlashedName() |
String |
getSlashedTemplate() |
String |
getSourceFilename() |
String |
toString() |
public static final String TEMPLATE_SUFFIX
protected final String _dottedBase
protected String _slashedBase
protected String _dottedName
protected String _slashedName
protected long _checksum
public void assignChecksum(byte[] data)
public String getDottedTemplate()
public String getSlashedTemplate()
public String getDottedName()
public String getSlashedName()
public String getSourceFilename()
public String getDottedBase()
public String getSlashedBase()
protected static long adler32(byte[] data)
Copyright © 2018 FasterXML. All rights reserved.