Package org.hibernate.search.annotations

Examples of org.hibernate.search.annotations.TikaBridge


          && ! byte[].class.isAssignableFrom( returnType )
          && ! String.class.isAssignableFrom( returnType )
          && ! URI.class.isAssignableFrom( returnType ) ) {
        throw LOG.unsupportedTikaBridgeType( returnType );
      }
      TikaBridge tikaAnnotation = annotatedElement.getAnnotation( TikaBridge.class );
      return createTikaBridge( tikaAnnotation, context.getServiceManager() );
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.hibernate.search.annotations.TikaBridge

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.