Dontopedia

MyController

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

MyController has 13 facts recorded in Dontopedia across 2 references, with 3 live disagreements.

13 facts·9 predicates·2 sources·3 in dispute

Mostly:rdf:type(2), has endpoint(2), depends on(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (2)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

appliedToApplied to(1)

usedInUsed in(1)

Other facts (12)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

12 facts
PredicateValueRef
Rdf:typeRest Controller[1]
Rdf:typeJava Class[2]
Has EndpointPublic Data Endpoint[1]
Has EndpointPrivate Data Endpoint[1]
Depends onPublic Api Rate Limiter[1]
Depends onPrivate Api Rate Limiter[1]
Declaration Line32[1]
Has Constructor ParameterMy Service[2]
Has MethodGet Items[2]
Assigns Parameter to FieldThis My Service[2]
Fully Qualified NameMy Controller[2]
VisibilityPublic[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:RestController
labelbeam/96679439-9730-46ec-a09a-bfd5d38ef410
MyController
hasEndpointbeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:public-data-endpoint
hasEndpointbeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:private-data-endpoint
dependsOnbeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:public-api-rate-limiter
dependsOnbeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:private-api-rate-limiter
declarationLinebeam/96679439-9730-46ec-a09a-bfd5d38ef410
32
hasConstructorParameterbeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:my-service
typebeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:JavaClass
hasMethodbeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:get-items
assignsParameterToFieldbeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:this-my-service
fullyQualifiedNamebeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:MyController
visibilitybeam/627f2bfa-eb29-4839-b0de-408c4650897c
ex:public

References (2)

2 references
  1. ctx:claims/beam/96679439-9730-46ec-a09a-bfd5d38ef410
    • full textbeam-chunk
      text/plain1 KBdoc:beam/96679439-9730-46ec-a09a-bfd5d38ef410
      Show excerpt
      .timeoutDuration(Duration.ofMillis(100)) .build(); return RateLimiterRegistry.of(config).rateLimiter("publicApiRateLimiter"); } @Bean public RateLimiter privateApiRateLimiter() { RateLim
  2. ctx:claims/beam/627f2bfa-eb29-4839-b0de-408c4650897c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/627f2bfa-eb29-4839-b0de-408c4650897c
      Show excerpt
      public MyController(MyService myService) { this.myService = myService; } @GetMapping("/items") public List<Item> getItems() { return myService.getItems(); } } ``` ### Summary - **`@PostAuthorize`**: Us

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.