@Override public String toString() { final ToStringCreator tsc = new ToStringCreator(this); tsc.append("annotationType", annotationType); tsc.append("attributes", attributes); return tsc.toString(); }
@Override public String toString() { ToStringCreator tsc = new ToStringCreator(this); tsc.append("file", file); tsc.append("exists", file.exists()); tsc.append( "lastModified", lastModified == null ? "Unavailable" : new Date(lastModified).toString()); return tsc.toString(); }
@Override public String toString() { final ToStringCreator tsc = new ToStringCreator(this); tsc.append("identifier", getId()); tsc.append("valid", valid); tsc.append("aspectName", aspectName); tsc.append("destinationType", destination); tsc.append("finders", crudAnnotationValues.getFinders()); tsc.append("governor", governorPhysicalTypeMetadata.getId()); tsc.append("itdTypeDetails", itdTypeDetails); return tsc.toString(); }
public String toString() { ToStringCreator tsc = new ToStringCreator(this); tsc.append("identifier", getId()); tsc.append("valid", valid); tsc.append("aspectName", aspectName); tsc.append("destinationType", destination); tsc.append("governor", governorPhysicalTypeMetadata.getId()); tsc.append("itdTypeDetails", itdTypeDetails); return tsc.toString(); }