Ejemplo n.º 1
0
 /** {@inheritDoc} */
 @Override
 public String toString() {
   return S.toString(ParserState.class, this);
 }
 /** {@inheritDoc} */
 @Override
 public String toString() {
   return S.toString(GridCacheHibernateBlobStore.class, this);
 }
Ejemplo n.º 3
0
 /** {@inheritDoc} */
 public String toString() {
   return S.toString(
       GridTcpRestParser.class, this, "clientMarshaller", marshaller.getClass().getSimpleName());
 }