跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V 

A

addChildElement(Element) - 类 中的方法com.github.developframework.jsonview.core.element.ArrayElement
 
addChildElement(Element) - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
add child element
addChildElement(Element) - 类 中的方法com.github.developframework.jsonview.core.element.MappingObjectElement
 
addIgnoreProperty(String) - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
add ignore property
addJsonviewPackage(JsonviewPackage) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewConfiguration
add jsonview-package
addOtherAttributes(BooleanPropertyElement, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.BooleanPropertyElementSaxParser
 
addOtherAttributes(LinkObjectElement, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.LinkObjectElementSaxParser
 
addOtherAttributes(LinkPropertyElement, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.LinkPropertyElementSaxParser
 
addOtherAttributes(MappingObjectElement, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.MappingObjectElementSaxParser
 
addOtherAttributes(VirtualObjectElement, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.VirtualObjectElementSaxParser
 
alias - 类 中的变量com.github.developframework.jsonview.core.element.DescribeContentElement
 
ArrayElement - com.github.developframework.jsonview.core.element中的类
array element
ArrayElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.ArrayElement
 
ArrayProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for array structure
ArrayProcessor(Context, ArrayElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.ArrayProcessor
 

B

BooleanPropertyElement - com.github.developframework.jsonview.core.element中的类
property-boolean element
BooleanPropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.BooleanPropertyElement
 
BooleanPropertyElementSaxParser - com.github.developframework.jsonview.core.xml中的类
A parser for xml element: property-boolean
BooleanPropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for boolean property structure
BooleanPropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.BooleanPropertyProcessor
 
buildArrayExpression(String, int) - 类 中的静态方法com.github.developframework.jsonview.data.Expression
build expression of array structure
buildArrayExpression(Expression, int) - 类 中的静态方法com.github.developframework.jsonview.data.Expression
build expression of array structure
buildObjectExpression(String) - 类 中的静态方法com.github.developframework.jsonview.data.Expression
build expression of object structure

C

call(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 接口 中的方法com.github.developframework.jsonview.core.processor.ExtendPortProcessor.ExtendCallback
 
checkSize(int) - 类 中的方法com.github.developframework.jsonview.core.processor.LinkObjectProcessor
Check whether the number of array elements is the same
checkSize(int) - 接口 中的方法com.github.developframework.jsonview.core.processor.LinkProcessor
 
checkSize(int) - 类 中的方法com.github.developframework.jsonview.core.processor.LinkPropertyProcessor
Check whether the number of array elements is the same
childElements - 类 中的变量com.github.developframework.jsonview.core.element.ContainerElement
 
clazz - 类 中的变量com.github.developframework.jsonview.core.element.ContainerElement
 
com.github.developframework.jsonview.core - 程序包 com.github.developframework.jsonview.core
 
com.github.developframework.jsonview.core.converter - 程序包 com.github.developframework.jsonview.core.converter
 
com.github.developframework.jsonview.core.element - 程序包 com.github.developframework.jsonview.core.element
 
com.github.developframework.jsonview.core.processor - 程序包 com.github.developframework.jsonview.core.processor
 
com.github.developframework.jsonview.core.xml - 程序包 com.github.developframework.jsonview.core.xml
 
com.github.developframework.jsonview.data - 程序包 com.github.developframework.jsonview.data
 
com.github.developframework.jsonview.exception - 程序包 com.github.developframework.jsonview.exception
 
com.github.developframework.jsonview.utils - 程序包 com.github.developframework.jsonview.utils
 
concatExpression(Expression, Expression) - 类 中的静态方法com.github.developframework.jsonview.data.Expression
concat two expressions
concatExpression(Expression, String) - 类 中的静态方法com.github.developframework.jsonview.data.Expression
concat two expressions
ConfigableElementSaxParser - com.github.developframework.jsonview.core.xml中的类
Created by Administrator on 2016/8/29.
configuration - 类 中的变量com.github.developframework.jsonview.core.element.Element
 
ConfigurationFileNotFoundException - com.github.developframework.jsonview.exception中的异常错误
The exception for configuration file not found
ConfigurationFileNotFoundException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.ConfigurationFileNotFoundException
 
ConfigurationSource - com.github.developframework.jsonview.core.xml中的接口
Configuration source interface
ContainerElement - com.github.developframework.jsonview.core.element中的类
container element
ContainerElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.ContainerElement
 
ContainerProcessor<ELEMENT extends ContainerElement,NODE extends com.fasterxml.jackson.databind.JsonNode> - com.github.developframework.jsonview.core.processor中的类
A processor for container structure
ContainerProcessor(Context, ELEMENT, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.ContainerProcessor
 
Context - com.github.developframework.jsonview.core.processor中的类
processor's context
Context() - 类 的构造器com.github.developframework.jsonview.core.processor.Context
 
context - 类 中的变量com.github.developframework.jsonview.core.processor.Processor
 
convert(Object) - 接口 中的方法com.github.developframework.jsonview.core.converter.PropertyConverter
convert handle
convert(Object) - 类 中的方法com.github.developframework.jsonview.core.converter.UtilDatePropertyConverter
 
converterValue - 类 中的变量com.github.developframework.jsonview.core.element.PropertyElement
 
copyChildElement(ContainerElement) - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
Copy other child of a container element set to self
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.DescribeContentProcessor
 
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.FunctionalProcessor
 
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.JsonviewDuplicateProcessor
 
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.JsonviewProcessor
 
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.ObjectInArrayProcessor
 
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.Processor
create expression
createExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.VirtualObjectProcessor
 
createJson(DataModel, String, String) - 接口 中的方法com.github.developframework.jsonview.core.JsonCreator
create json string
createJson(DataModel, String, String, boolean) - 接口 中的方法com.github.developframework.jsonview.core.JsonCreator
create json string
createJsonviewDuplicateElement() - 类 中的方法com.github.developframework.jsonview.core.element.Jsonview
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.ArrayElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.BooleanPropertyElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.DatePropertyElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.Element
Create the processor for the element
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.ExtendPortElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.ImportElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.Jsonview
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewDuplicateElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.LinkObjectElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.LinkPropertyElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.MappingObjectElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.NormalPropertyElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.ObjectElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.UnixTimestampPropertyElement
 
createProcessor(Context, ObjectNode, Expression) - 类 中的方法com.github.developframework.jsonview.core.element.VirtualObjectElement
 

D

data - 类 中的变量com.github.developframework.jsonview.core.element.DescribeContentElement
 
DataModel - com.github.developframework.jsonview.data中的接口
A data container interface
DatePropertyElement - com.github.developframework.jsonview.core.element中的类
property-date
DatePropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.DatePropertyElement
 
DatePropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for date property structure
DatePropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.DatePropertyProcessor
 
DatePropertyProcessor(Context, PropertyElement, Expression, String) - 类 的构造器com.github.developframework.jsonview.core.processor.DatePropertyProcessor
 
DescribeContentElement - com.github.developframework.jsonview.core.element中的类
The element for describe json tree content
DescribeContentElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.DescribeContentElement
 
DescribeContentProcessor<ELEMENT extends DescribeContentElement,NODE extends com.fasterxml.jackson.databind.JsonNode> - com.github.developframework.jsonview.core.processor中的类
The processor for DescribeContentElement
DescribeContentProcessor(Context, ELEMENT, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.DescribeContentProcessor
 

E

Element - com.github.developframework.jsonview.core.element中的类
abstract element
Element(JsonviewConfiguration) - 类 的构造器com.github.developframework.jsonview.core.element.Element
 
element - 类 中的变量com.github.developframework.jsonview.core.processor.Processor
 
elementIterator() - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
Return the element set of iterators
equals(Object) - 类 中的方法com.github.developframework.jsonview.core.element.DescribeContentElement
rewrite: equals
expression - 类 中的变量com.github.developframework.jsonview.core.processor.Processor
 
Expression - com.github.developframework.jsonview.data中的类
Expression for DataModel, You can get value in DataModel use Expression instance
ExpressionUtils - com.github.developframework.jsonview.utils中的类
表达式取值工具
Extend(String, String) - 类 的构造器com.github.developframework.jsonview.core.element.Jsonview.Extend
 
ExtendPortElement - com.github.developframework.jsonview.core.element中的类
extend-port
ExtendPortElement(JsonviewConfiguration, String) - 类 的构造器com.github.developframework.jsonview.core.element.ExtendPortElement
 
ExtendPortElementSaxParser - com.github.developframework.jsonview.core.xml中的类
A parser for xml element: extend-port
ExtendPortProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for extend port structure
ExtendPortProcessor(Context, ExtendPortElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.ExtendPortProcessor
 
ExtendPortProcessor.ExtendCallback - com.github.developframework.jsonview.core.processor中的接口
extend callback interface
extractJsonview(String, String) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewConfiguration
extract jsonview

F

FileConfigurationSource - com.github.developframework.jsonview.core.xml中的类
File type configuration source
FileConfigurationSource(String) - 类 的构造器com.github.developframework.jsonview.core.xml.FileConfigurationSource
 
FunctionalElement - com.github.developframework.jsonview.core.element中的类
Functional element
FunctionalElement(JsonviewConfiguration) - 类 的构造器com.github.developframework.jsonview.core.element.FunctionalElement
 
FunctionalProcessor<ELEMENT extends FunctionalElement,NODE extends com.fasterxml.jackson.databind.JsonNode> - com.github.developframework.jsonview.core.processor中的类
The processor for FunctionalElement
FunctionalProcessor(Context, ELEMENT, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.FunctionalProcessor
 

G

getConverterValue() - 类 中的方法com.github.developframework.jsonview.core.element.PropertyElement
 
getData(Expression) - 接口 中的方法com.github.developframework.jsonview.data.DataModel
get data from container by expression type instance
getData(String) - 接口 中的方法com.github.developframework.jsonview.data.DataModel
get data from container by expression string
getData(Expression, String, Object) - 接口 中的方法com.github.developframework.jsonview.data.DataModel
get data from container by expression type instance and target
getData(Expression) - 类 中的方法com.github.developframework.jsonview.data.HashDataModel
 
getData(String) - 类 中的方法com.github.developframework.jsonview.data.HashDataModel
 
getData(Expression, String, Object) - 类 中的方法com.github.developframework.jsonview.data.HashDataModel
 
getDataMap() - 类 中的方法com.github.developframework.jsonview.data.HashDataModel
 
getElementInstance(String, String) - 类 中的方法com.github.developframework.jsonview.core.xml.BooleanPropertyElementSaxParser
 
getElementInstance(String, String) - 类 中的方法com.github.developframework.jsonview.core.xml.LinkObjectElementSaxParser
 
getElementInstance(String, String) - 类 中的方法com.github.developframework.jsonview.core.xml.LinkPropertyElementSaxParser
 
getElementInstance(String, String) - 类 中的方法com.github.developframework.jsonview.core.xml.MappingObjectElementSaxParser
 
getElementInstance(String, String) - 类 中的方法com.github.developframework.jsonview.core.xml.VirtualObjectElementSaxParser
 
getExtend() - 类 中的方法com.github.developframework.jsonview.core.element.Jsonview
 
getExtendCallback(String) - 类 中的方法com.github.developframework.jsonview.core.processor.Context
 
getInputStream() - 接口 中的方法com.github.developframework.jsonview.core.xml.ConfigurationSource
get source inputsteam
getInputStream() - 类 中的方法com.github.developframework.jsonview.core.xml.FileConfigurationSource
 
getJsonCreator() - 类 中的方法com.github.developframework.jsonview.core.JsonviewFactory
Create a json creator, use the default objectMapper object
getJsonviewById(String) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewPackage
get jsonview
getJsonviewConfiguration() - 类 中的方法com.github.developframework.jsonview.core.processor.Context
 
getJsonviewConfiguration() - 类 中的方法com.github.developframework.jsonview.core.xml.ConfigableElementSaxParser
 
getJsonviewPackageByNamespace(String) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewConfiguration
get package
getMapFunctionValueOptional() - 类 中的方法com.github.developframework.jsonview.core.element.ArrayElement
 
getObjectMapper() - 类 中的方法com.github.developframework.jsonview.core.JsonviewFactory
get objectMapper
getObjectMapper() - 类 中的方法com.github.developframework.jsonview.core.processor.Context
 
getPropertyNamingStrategy() - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewConfiguration
 
getSourceName() - 接口 中的方法com.github.developframework.jsonview.core.xml.ConfigurationSource
get source name
getSourceName() - 类 中的方法com.github.developframework.jsonview.core.xml.FileConfigurationSource
 
getValue(Object, Expression) - 类 中的静态方法com.github.developframework.jsonview.utils.ExpressionUtils
根据表达式从对象中提取值

H

handle(ObjectNode, Class<?>, Object, String) - 类 中的方法com.github.developframework.jsonview.core.processor.BooleanPropertyProcessor
 
handle(ObjectNode, Class<?>, Object, String) - 类 中的方法com.github.developframework.jsonview.core.processor.DatePropertyProcessor
 
handle(ObjectNode, Class<?>, Object, String) - 类 中的方法com.github.developframework.jsonview.core.processor.NormalPropertyProcessor
 
handle(ObjectNode, Class<?>, Object, String) - 类 中的方法com.github.developframework.jsonview.core.processor.PropertyProcessor
Extension: Constructing the Node in Json tree structure
handle(ObjectNode, Class<?>, Object, String) - 类 中的方法com.github.developframework.jsonview.core.processor.UnixTimestampPropertyProcessor
 
handleAtEndElement(ParserContext) - 类 中的方法com.github.developframework.jsonview.core.xml.ExtendPortElementSaxParser
 
handleAtStartElement(ParserContext, Attributes) - 类 中的方法com.github.developframework.jsonview.core.xml.ExtendPortElementSaxParser
 
HashDataModel - com.github.developframework.jsonview.data中的类
A dataModel implementation for Hash
HashDataModel() - 类 的构造器com.github.developframework.jsonview.data.HashDataModel
empty constructor
HashDataModel(Map<String, Object>) - 类 的构造器com.github.developframework.jsonview.data.HashDataModel
copy other data in map

I

ignorePropertyNames - 类 中的变量com.github.developframework.jsonview.core.element.ContainerElement
 
ImportElement - com.github.developframework.jsonview.core.element中的类
import
ImportElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.ImportElement
 
ImportProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for import structure
ImportProcessor(Context, ImportElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.ImportProcessor
 
isArray() - 类 中的方法com.github.developframework.jsonview.data.Expression
return whether array structure
isChildEmpty() - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
Determine whether a child element set to an empty set
isIgnore(Field) - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
Determine whether to ignore the property field
isNullHidden() - 类 中的方法com.github.developframework.jsonview.core.element.DescribeContentElement
check nullHidden

J

JsonCreator - com.github.developframework.jsonview.core中的接口
json creator interface
Jsonview - com.github.developframework.jsonview.core.element中的类
jsonview
Jsonview(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.Jsonview
 
Jsonview.Extend - com.github.developframework.jsonview.core.element中的类
Extend information encapsulation entities
JsonviewConfiguration - com.github.developframework.jsonview.core.element中的类
jsonview-configuration
JsonviewConfiguration() - 类 的构造器com.github.developframework.jsonview.core.element.JsonviewConfiguration
 
jsonviewConfiguration - 类 中的变量com.github.developframework.jsonview.core.xml.ConfigableElementSaxParser
 
JsonviewConfigurationSaxReader - com.github.developframework.jsonview.core.xml中的类
The jsonview configuration reader
JsonviewConfigurationSaxReader(String) - 类 的构造器com.github.developframework.jsonview.core.xml.JsonviewConfigurationSaxReader
 
JsonviewConfigurationSaxReader(ConfigurationSource) - 类 的构造器com.github.developframework.jsonview.core.xml.JsonviewConfigurationSaxReader
 
JsonviewConfigurationSaxReader(Set<ConfigurationSource>) - 类 的构造器com.github.developframework.jsonview.core.xml.JsonviewConfigurationSaxReader
 
JsonviewDuplicateElement - com.github.developframework.jsonview.core.element中的类
Jsonview's duplicate element, it have only jsonview's child elements.
JsonviewDuplicateElement(JsonviewConfiguration, Jsonview) - 类 的构造器com.github.developframework.jsonview.core.element.JsonviewDuplicateElement
 
JsonviewDuplicateProcessor - com.github.developframework.jsonview.core.processor中的类
The processor for JsonviewDuplicateElement
JsonviewDuplicateProcessor(Context, ObjectElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.JsonviewDuplicateProcessor
 
JsonviewException - com.github.developframework.jsonview.exception中的异常错误
jsonview root exception
JsonviewException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewException
 
JsonviewException(String, Throwable) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewException
 
JsonviewExpressionException - com.github.developframework.jsonview.exception中的异常错误
The Exception for expression is not correctly
JsonviewExpressionException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewExpressionException
 
JsonviewExpressionException(String, Throwable) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewExpressionException
 
JsonviewFactory - com.github.developframework.jsonview.core中的类
jsonview factory
JsonviewFactory(String...) - 类 的构造器com.github.developframework.jsonview.core.JsonviewFactory
 
JsonviewFactory(Set<String>) - 类 的构造器com.github.developframework.jsonview.core.JsonviewFactory
 
JsonviewFactory(ObjectMapper, String...) - 类 的构造器com.github.developframework.jsonview.core.JsonviewFactory
constructor for string array
JsonviewFactory(ObjectMapper, Set<String>) - 类 的构造器com.github.developframework.jsonview.core.JsonviewFactory
constructor for string set
JsonviewFactory(ObjectMapper, JsonviewConfiguration) - 类 的构造器com.github.developframework.jsonview.core.JsonviewFactory
constructor for jsonviewConfiguration
JsonviewNoSuchFieldException - com.github.developframework.jsonview.exception中的异常错误
The exception for no such field
JsonviewNoSuchFieldException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewNoSuchFieldException
 
JsonviewNotFoundException - com.github.developframework.jsonview.exception中的异常错误
The exception for not found jsonview element
JsonviewNotFoundException(String, String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewNotFoundException
 
JsonviewPackage - com.github.developframework.jsonview.core.element中的类
jsonview-package
JsonviewPackage(String) - 类 的构造器com.github.developframework.jsonview.core.element.JsonviewPackage
 
JsonviewPackageNotFoundException - com.github.developframework.jsonview.exception中的异常错误
The exception for not found jsonview-package element
JsonviewPackageNotFoundException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewPackageNotFoundException
 
JsonviewParseXmlException - com.github.developframework.jsonview.exception中的异常错误
The exception for configuration file parsing error
JsonviewParseXmlException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewParseXmlException
 
JsonviewParseXmlException(String, Throwable) - 异常错误 的构造器com.github.developframework.jsonview.exception.JsonviewParseXmlException
 
JsonviewProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for jsonview structure
JsonviewProcessor(Context, Jsonview) - 类 的构造器com.github.developframework.jsonview.core.processor.JsonviewProcessor
 
JsonviewProcessor(Context, Jsonview, ObjectNode, Expression, String) - 类 的构造器com.github.developframework.jsonview.core.processor.JsonviewProcessor
 

L

LinkObjectElement - com.github.developframework.jsonview.core.element中的类
link-object
LinkObjectElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.LinkObjectElement
 
LinkObjectElementSaxParser - com.github.developframework.jsonview.core.xml中的类
A parser for xml element: link-object
LinkObjectProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for link-object structure
LinkObjectProcessor(Context, ObjectElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.LinkObjectProcessor
 
LinkObjectSizeNotEqualException - com.github.developframework.jsonview.exception中的异常错误
The exception for using link-object array size is not equal
LinkObjectSizeNotEqualException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.LinkObjectSizeNotEqualException
 
LinkProcessor - com.github.developframework.jsonview.core.processor中的接口
 
LinkPropertyElement - com.github.developframework.jsonview.core.element中的类
link-property
LinkPropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.LinkPropertyElement
 
LinkPropertyElementSaxParser - com.github.developframework.jsonview.core.xml中的类
 
LinkPropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for link-property structure
LinkPropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.LinkPropertyProcessor
 
loadClassProperty() - 类 中的方法com.github.developframework.jsonview.core.element.ContainerElement
Load classes all properties

M

MappingObjectElement - com.github.developframework.jsonview.core.element中的类
mapping-object
MappingObjectElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.MappingObjectElement
 
MappingObjectElement.MappingType - com.github.developframework.jsonview.core.element中的枚举
Mapping type enumeration
MappingObjectElementSaxParser - com.github.developframework.jsonview.core.xml中的类
A parser for xml element: mapping-object
MappingObjectProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for mapping-object structure
MappingObjectProcessor(Context, MappingObjectElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.MappingObjectProcessor
 

N

nextProcessorOtherOperate(Processor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ObjectInArrayProcessor
Need handle LinkObjectProcessor and LinkPropertyProcessor
nextProcessorOtherOperate(Processor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ObjectProcessor
extension: other operations in the next element processor
node - 类 中的变量com.github.developframework.jsonview.core.processor.Processor
 
NormalPropertyElement - com.github.developframework.jsonview.core.element中的类
property
NormalPropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.NormalPropertyElement
 
NormalPropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for normal property structure
NormalPropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.NormalPropertyProcessor
 
nullHidden - 类 中的变量com.github.developframework.jsonview.core.element.DescribeContentElement
 

O

ObjectElement - com.github.developframework.jsonview.core.element中的类
object
ObjectElement(JsonviewConfiguration) - 类 的构造器com.github.developframework.jsonview.core.element.ObjectElement
 
ObjectElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.ObjectElement
 
ObjectInArrayProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for object in array structure
ObjectInArrayProcessor(Context, ObjectElement, Expression, int) - 类 的构造器com.github.developframework.jsonview.core.processor.ObjectInArrayProcessor
 
ObjectProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for object structure
ObjectProcessor(Context, ObjectElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.ObjectProcessor
 
otherOperation(ParserContext, BooleanPropertyElement) - 类 中的方法com.github.developframework.jsonview.core.xml.BooleanPropertyElementSaxParser
 
otherOperation(ParserContext, LinkPropertyElement) - 类 中的方法com.github.developframework.jsonview.core.xml.LinkPropertyElementSaxParser
 

P

parse(String) - 枚举 中的静态方法com.github.developframework.jsonview.core.element.MappingObjectElement.MappingType
 
printJson(JsonGenerator, DataModel, String, String) - 接口 中的方法com.github.developframework.jsonview.core.JsonCreator
to JsonGenerator output json
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ArrayProcessor
 
process(Processor<? extends Element, ? extends JsonNode>, List<Expression>) - 类 中的方法com.github.developframework.jsonview.core.processor.ArrayProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ExtendPortProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ImportProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.JsonviewDuplicateProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.JsonviewProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.MappingObjectProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.ObjectProcessor
 
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.Processor
Deal with the operation of child element
process(DescribeContentProcessor<? extends Element, ? extends JsonNode>) - 类 中的方法com.github.developframework.jsonview.core.processor.PropertyProcessor
 
Processor<ELEMENT extends Element,NODE extends com.fasterxml.jackson.databind.JsonNode> - com.github.developframework.jsonview.core.processor中的类
abstract root processor
Processor(Context, ELEMENT, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.Processor
 
PropertyConverter<TARGET> - com.github.developframework.jsonview.core.converter中的接口
Properties of the converter
PropertyElement - com.github.developframework.jsonview.core.element中的类
The basic property element
PropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.PropertyElement
 
PropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for property Type structure
PropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.PropertyProcessor
 
push(Jsonview) - 类 中的方法com.github.developframework.jsonview.core.element.JsonviewPackage
push jsonview
pushExtendCallback(String, ExtendPortProcessor.ExtendCallback) - 类 中的方法com.github.developframework.jsonview.core.processor.Context
 
putData(String, Object) - 接口 中的方法com.github.developframework.jsonview.data.DataModel
put data in container
putData(String, Object) - 类 中的方法com.github.developframework.jsonview.data.HashDataModel
 

Q

qName() - 类 中的方法com.github.developframework.jsonview.core.xml.BooleanPropertyElementSaxParser
 
qName() - 类 中的方法com.github.developframework.jsonview.core.xml.ExtendPortElementSaxParser
 
qName() - 类 中的方法com.github.developframework.jsonview.core.xml.LinkObjectElementSaxParser
 
qName() - 类 中的方法com.github.developframework.jsonview.core.xml.LinkPropertyElementSaxParser
 
qName() - 类 中的方法com.github.developframework.jsonview.core.xml.MappingObjectElementSaxParser
 
qName() - 类 中的方法com.github.developframework.jsonview.core.xml.VirtualObjectElementSaxParser
 

R

readConfiguration() - 类 中的方法com.github.developframework.jsonview.core.xml.JsonviewConfigurationSaxReader
read configuration
ResourceNotUniqueException - com.github.developframework.jsonview.exception中的异常错误
The exception for resource definition is not only one
ResourceNotUniqueException(String) - 异常错误 的构造器com.github.developframework.jsonview.exception.ResourceNotUniqueException
 

S

setIndex(int) - 类 中的方法com.github.developframework.jsonview.core.processor.LinkObjectProcessor
 
setIndex(int) - 接口 中的方法com.github.developframework.jsonview.core.processor.LinkProcessor
 
setIndex(int) - 类 中的方法com.github.developframework.jsonview.core.processor.LinkPropertyProcessor
 
setNullHidden(String) - 类 中的方法com.github.developframework.jsonview.core.element.DescribeContentElement
set nullHidden
setParentArrayExpression(Expression) - 类 中的方法com.github.developframework.jsonview.core.processor.MappingObjectProcessor
set parent array expression
showName() - 类 中的方法com.github.developframework.jsonview.core.element.DescribeContentElement
show name
sinpleton(String, Object) - 类 中的静态方法com.github.developframework.jsonview.data.HashDataModel
return a HashDataModel for sinple value.
size - 类 中的变量com.github.developframework.jsonview.core.processor.ObjectInArrayProcessor
 
support(Class<?>) - 类 中的方法com.github.developframework.jsonview.core.processor.BooleanPropertyProcessor
 
support(Class<?>) - 类 中的方法com.github.developframework.jsonview.core.processor.DatePropertyProcessor
 
support(Class<?>) - 类 中的方法com.github.developframework.jsonview.core.processor.NormalPropertyProcessor
 
support(Class<?>) - 类 中的方法com.github.developframework.jsonview.core.processor.PropertyProcessor
Extension: Determine whether to support a certain type of value

T

toString() - 类 中的方法com.github.developframework.jsonview.data.Expression
write string
transformDate(Class<?>, Object) - 类 中的方法com.github.developframework.jsonview.core.processor.DatePropertyProcessor
 

U

UnixTimestampPropertyElement - com.github.developframework.jsonview.core.element中的类
property-unixtimestamp
UnixTimestampPropertyElement(JsonviewConfiguration, String, String) - 类 的构造器com.github.developframework.jsonview.core.element.UnixTimestampPropertyElement
 
UnixTimestampPropertyProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for unixtimestamp property structure
UnixTimestampPropertyProcessor(Context, PropertyElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.UnixTimestampPropertyProcessor
 
UtilDatePropertyConverter - com.github.developframework.jsonview.core.converter中的类
A convertor for java.util.Date property to string property
UtilDatePropertyConverter() - 类 的构造器com.github.developframework.jsonview.core.converter.UtilDatePropertyConverter
 

V

valueOf(String) - 枚举 中的静态方法com.github.developframework.jsonview.core.element.MappingObjectElement.MappingType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.developframework.jsonview.core.element.MappingObjectElement.MappingType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VirtualObjectElement - com.github.developframework.jsonview.core.element中的类
virtual-object
VirtualObjectElement(JsonviewConfiguration, String) - 类 的构造器com.github.developframework.jsonview.core.element.VirtualObjectElement
 
VirtualObjectElementSaxParser - com.github.developframework.jsonview.core.xml中的类
A parser for xml element: virtual-object
VirtualObjectProcessor - com.github.developframework.jsonview.core.processor中的类
A processor for virtual object structure
VirtualObjectProcessor(Context, ObjectElement, Expression) - 类 的构造器com.github.developframework.jsonview.core.processor.VirtualObjectProcessor
 
A B C D E F G H I J L M N O P Q R S T U V 
跳过导航链接

Copyright © 2016–2017. All rights reserved.