Package org.apache.cxf.annotations
Annotation Type FastInfoset
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface FastInfoset
Enables FastInfoset negotiation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
force
Set to true in order for FastInfoset to be always used without negotiationint
serializerAttributeValueMapMemoryLimit
Sets the propertyattributeValueMapMemoryLimit
on FastInfoset StAX Serializers.int
serializerCharacterContentChunkMapMemoryLimit
Sets the propertycharacterContentChunkMapMemoryLimit
on FastInfoset StAX Serializers.int
serializerMaxAttributeValueSize
Sets the propertymaxAttributeValueSize
on FastInfoset StAX Serializers.int
serializerMaxCharacterContentChunkSize
Sets the propertymaxCharacterContentChunkSize
on FastInfoset StAX Serializers.int
serializerMinAttributeValueSize
Sets the propertyminAttributeValueSize
on FastInfoset StAX Serializers.int
serializerMinCharacterContentChunkSize
Sets the propertyminCharacterContentChunkSize
on FastInfoset StAX Serializers.
-
-
-
-
serializerAttributeValueMapMemoryLimit
int serializerAttributeValueMapMemoryLimit
Sets the propertyattributeValueMapMemoryLimit
on FastInfoset StAX Serializers. The property controls attribute value map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
-
-
-
serializerMaxAttributeValueSize
int serializerMaxAttributeValueSize
Sets the propertymaxAttributeValueSize
on FastInfoset StAX Serializers. The property controls the maximum size of attribute values to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
-
-
-
serializerCharacterContentChunkMapMemoryLimit
int serializerCharacterContentChunkMapMemoryLimit
Sets the propertycharacterContentChunkMapMemoryLimit
on FastInfoset StAX Serializers. The property controls character content chunk map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
-
-
-
serializerMaxCharacterContentChunkSize
int serializerMaxCharacterContentChunkSize
Sets the propertymaxCharacterContentChunkSize
on FastInfoset StAX Serializers. The property controls the maximum size of character content chunks to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
-
-