Uses of Class
com.robinloom.jweaver.dynamic.DynamicWeaver
Packages that use DynamicWeaver
-
Uses of DynamicWeaver in com.robinloom.jweaver
Methods in com.robinloom.jweaver that return DynamicWeaverModifier and TypeMethodDescriptionstatic DynamicWeaverJWeaver.getDefault()Creates and returns a new instance of the default weaver type.static DynamicWeaverJWeaver.getDynamic()Creates and returns a new instance ofDynamicWeaver. -
Uses of DynamicWeaver in com.robinloom.jweaver.dynamic
Methods in com.robinloom.jweaver.dynamic that return DynamicWeaverModifier and TypeMethodDescriptionDynamicWeaver.capitalizeFields()Enables capitalization of field names.DynamicWeaver.classNameFieldsSeparator(String separator) Sets a string to separate the class name and the fields to be printed.DynamicWeaver.classNamePrefix(String classNamePrefix) Sets a string to be placed before the class name.DynamicWeaver.classNameSuffix(String classNameSuffix) Sets a string to be placed after the class name.DynamicWeaver.excludeFields(List<String> fields) Sets the names of fields that should be excluded from the output.DynamicWeaver.fieldSeparator(String separator) Sets a string that is used to separate the printed fields.DynamicWeaver.fieldValueSeparator(String separator) Sets a string to separate the field name and the corresponding value.DynamicWeaver.globalSuffix(String suffix) Sets a string that is placed at the end of the generated string.DynamicWeaver.includeFields(List<String> fields) Sets the names of fields that should be included in the output.DynamicWeaver.maxSequenceLength(int maxSequenceLength) Sets the maximum length of collections and arrays to be included in the output.DynamicWeaver.multiline()Sets newline '\n' as separator for fields and for classname and fields.DynamicWeaver.showDataTypes()Enables the printing of data typesDynamicWeaver.showInheritedFields()Activates the inclusion of inherited fields.