Java Code Examples for com.jstarcraft.core.utility.StringUtility#reflect()

The following examples show how to use com.jstarcraft.core.utility.StringUtility#reflect() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Person.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@JsonIgnore
public String getDescription() {
    return StringUtility.reflect(this);
}
 
Example 2
Source File: Person.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
public String getDescription() {
    return StringUtility.reflect(this);
}
 
Example 3
Source File: Person.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
public String getDescription() {
    return StringUtility.reflect(this);
}
 
Example 4
Source File: Person.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
public String getDescription() {
    return StringUtility.reflect(this);
}
 
Example 5
Source File: MockRelation.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}
 
Example 6
Source File: MockNode.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}
 
Example 7
Source File: MockObject.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}
 
Example 8
Source File: NestObject.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}
 
Example 9
Source File: CompareLock.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}
 
Example 10
Source File: UnitNumber.java    From jstarcraft-core with Apache License 2.0 4 votes vote down vote up
@Override
public String toString() {
    return StringUtility.reflect(this);
}