org.glassfish.jersey.message.internal
Interface Entity.Builder<B extends Entity.Builder>

Enclosing interface:
Entity

public static interface Entity.Builder<B extends Entity.Builder>


Method Summary
 B content(java.lang.Object content)
           
<T> B
content(T content, GenericType<T> type)
           
<T> B
content(T content, java.lang.reflect.Type type)
           
 B writeAnnotations(java.lang.annotation.Annotation[] annotations)
           
 

Method Detail

content

B content(java.lang.Object content)

content

<T> B content(T content,
              java.lang.reflect.Type type)

content

<T> B content(T content,
              GenericType<T> type)

writeAnnotations

B writeAnnotations(java.lang.annotation.Annotation[] annotations)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.