跳过导航链接
A B C D E F G I O P R S T U 

A

AccessMode() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
 
ALERT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
告警
API_EXTENSION_PACKAGE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
ARRAY - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

B

BITMAP - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
BOOL - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

C

com.github.cm.heclouds.adapter.thing.annotations - 程序包 com.github.cm.heclouds.adapter.thing.annotations
 
com.github.cm.heclouds.adapter.thing.processor - 程序包 com.github.cm.heclouds.adapter.thing.processor
 
com.github.cm.heclouds.adapter.thing.schema - 程序包 com.github.cm.heclouds.adapter.thing.schema
 
com.github.cm.heclouds.adapter.thing.util - 程序包 com.github.cm.heclouds.adapter.thing.util
 
Consts - com.github.cm.heclouds.adapter.thing.schema中的类
常量
Consts() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts
 
Consts.AccessMode - com.github.cm.heclouds.adapter.thing.schema中的类
读写类型
Consts.DataType - com.github.cm.heclouds.adapter.thing.schema中的类
数据类型
Consts.EventType - com.github.cm.heclouds.adapter.thing.schema中的类
事件类型
Consts.FunctionType - com.github.cm.heclouds.adapter.thing.schema中的类
功能类型

D

DataType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
DataType - com.github.cm.heclouds.adapter.thing.schema中的类
数据类型
DataType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.DataType
 
DOUBLE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

E

ENUM - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
ERROR - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
故障
Event - com.github.cm.heclouds.adapter.thing.schema中的类
事件
Event() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Event
 
EventType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
 

F

FLOAT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
FunctionType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
 

G

generateEvents(TypeSpec.Builder, MethodSpec.Builder, Event, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateGenerateMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateLowPrefixName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateOnReceiveMethodName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateProperties(TypeSpec.Builder, MethodSpec.Builder, Property, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generatePublicStaticFinalField(String, String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateStructClass(TypeSpec.Builder, Property, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
generateUploadMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
getConfigFileSuffix(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 
getSupportedAnnotationTypes() - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
getSupportedSourceVersion() - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
GSON - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 

I

INFO - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
信息
init(ProcessingEnvironment) - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
INT32 - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
INT64 - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

O

OpenApiExtensionProcessor - com.github.cm.heclouds.adapter.thing.processor中的类
 
OpenApiExtensionProcessor() - 类 的构造器com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
ProcessorUtil - com.github.cm.heclouds.adapter.thing.util中的类
工具类
Property - com.github.cm.heclouds.adapter.thing.schema中的类
属性
Property() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Property
 

R

READ - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
只读
READ_AND_WRITE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
读写
readFileToString(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ProcessorUtil
 

S

Schema - com.github.cm.heclouds.adapter.thing.schema中的类
物模型Schema
Schema() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Schema
 
Service - com.github.cm.heclouds.adapter.thing.schema中的类
服务
Service() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Service
 
ServiceData - com.github.cm.heclouds.adapter.thing.schema中的类
 
ServiceData() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.ServiceData
 
STRING - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
STRUCT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
SYSTEM_DEFINED - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
系统功能点

T

ThingModelConfiguration - com.github.cm.heclouds.adapter.thing.annotations中的注释类型
 

U

USER_DEFINED - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
用户自定义
A B C D E F G I O P R S T U 
跳过导航链接

Copyright © 2020. All rights reserved.