Uses of Class
org.apache.shenyu.common.dto.AuthPathData
-
Packages that use AuthPathData Package Description org.apache.shenyu.common.dto -
-
Uses of AuthPathData in org.apache.shenyu.common.dto
Methods in org.apache.shenyu.common.dto that return AuthPathData Modifier and Type Method Description AuthPathDataAuthPathData.Builder. build()build new Object.Methods in org.apache.shenyu.common.dto that return types with arguments of type AuthPathData Modifier and Type Method Description java.util.List<AuthPathData>AppAuthData. getPathDataList()get pathDataList.Method parameters in org.apache.shenyu.common.dto with type arguments of type AuthPathData Modifier and Type Method Description AppAuthData.BuilderAppAuthData.Builder. pathDataList(java.util.List<AuthPathData> pathDataList)build pathDataList.voidAppAuthData. setPathDataList(java.util.List<AuthPathData> pathDataList)set pathDataList.
-